/* home banner slide */
.banner__slideShow {
    margin-top: 10px !important;
}
/* end home banner slide */

/* banner slideshow */
.banner__slideShow__container {
}
.banner__slideShow__container .item {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.banner__slideShow__container .item img {
    /* width: 690px;
  height: 300px; */
    object-fit: cover;
}

.owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-dot {
    height: 10px;
    width: 15px;
    border-radius: var(--border-radius);
    cursor: pointer;
    outline: none;
    margin: 0 5px;
    border: 2px solid var(--primary-color) !important;
    transition: var(--smooth);
}

.owl-dot:hover {
    background-color: var(--primary-color) !important;
}

.owl-dot.active {
    background-color: var(--primary-color) !important;
    width: 45px;
}
/* end banner slideshow */

/* hotsale */
.hotsale {
    margin-top: 20px;
}
.hotsale__container {
    /* background-color: rgb(213, 213, 213); */
    background: rgb(0, 0, 0);
    background: rgb(0, 0, 0);
    background: linear-gradient(
        172deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(60, 60, 60, 1) 88%
    );

    border-radius: var(--border-radius);

    padding: 30px 20px 10px 20px;
}

.hotsale__container__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.hotsale__container__head__title {
    font-size: 2.6em;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary-color);
}
.hotsale__container__head__cate {
    display: flex;
    gap: 10px;
}

.hotsale__container__head__cate__btn {
    font-size: 1.4rem;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    background-color: #fff;
}
.hotsale__container__head__cate__btn-active {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}
.hotsale__container__head__cate__btn:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.hotsale__container__head__time {
    font-size: 1.4rem;
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.hotsale__container__head__time__title {
    color: var(--white-color);
}

.hotsale__container__head__time__run {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotsale__container__head__time__run > span:nth-child(odd) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: var(--white-color);
    border-radius: 5px;
    margin: 0 3px;
}

.sale_time_separate {
    color: var(--white-color);
}

.hotsale__container__main {
    margin-top: 20px;
    /* display: flex;
  gap: 10px;
  flex-wrap: nowrap; */
}
.hotsale__container__main__product {
    font-size: 1.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;

    min-width: 160px;
    border-radius: 10px;
    background-color: var(--white-color);
    overflow: hidden;
}
.hotsale__container__main__product-img {
    width: 160px;
    height: 160px;
    padding: 5px;
}
.hotsale__container__main__product-info {
    padding: 5px;
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.hotsale__container__main__product-title {
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    max-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.hotsale__container__main__product-title a {
    color: var(--black-color);
}
.hotsale__container__main__product-sku {
    font-size: 1.2rem;
}
.hotsale__container__main__product-promote-price {
    font-size: 1.6rem;
    color: var(--primary-color);
}
.hotsale__container__main__product-price {
    text-decoration: line-through;
}

.owl-nav {
    /* position: relative; */
    /* top: -165px; */
    /* left: 0px; */
    display: flex;
    justify-content: space-between;
}

div.owl-nav .owl-prev,
.owl-next {
    font-size: 40px !important ;
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-radius: 50%;
    text-align: center;
    position: relative;
    top: -140px;
}

/* .owl-next {
    position: relative;
    top: -165px;
    position: absolute;
    right: 0;
    top: 20px;
} */

.hotsale-pre-btn,
.hotsale-next-btn {
    top: 12px;
    left: 0px;
    color: var(--primary-color);
    position: absolute;
}

/*end hotsale */

/*popular product */
.popular__product {
    margin-top: 20px;
}
.popular__product__container {
}
.popular__product__container__head {
    text-align: center;
}

.popular__product__container__head-title {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
.popular__product__container__head-sep {
    display: inline-block;
    width: 40px;
    height: 2px;
    border-radius: 10px;
    background-color: var(--black-color);
}

/*popular product */

/* product */
/* .product__container {
    margin-bottom: 10px;
}

.product__container-img {
    width: 100%;
    overflow: hidden;
} */

/* .product__container-img img {
    width: 100%;
}
.product__container-info {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 10px;
}
.product__container-title {
    font-size: 1.4rem;

    font-weight: bold;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.product__container-title a {
    color: var(--black-color);
}
.product__container-sku {
    font-size: 1.2rem;
}

.product__container-price {
    font-size: 1.6rem;
}
.product__container-price-old {
    color: #333;
    text-decoration: line-through;
    font-size: 1.4rem;
} */

/* end product */

/* responesive */
@media (min-width: 740px) {
}
@media (min-width: 1113px) {
}
